home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Financial / Stopwatch2.3 / Stopwatch.app / English.lproj / Stopwatch.nib / data.classes next >
Text File  |  1995-06-12  |  1KB  |  75 lines

  1. SessionInspector = {
  2.     ACTIONS = {
  3.     addSession:;
  4.     updateSession:;
  5.     deleteSession:;
  6.     nextSession:;
  7.     previousSession:;
  8.     };
  9.     OUTLETS = {
  10.     hoursField;
  11.     updateButton;
  12.     startTimeField;
  13.     panel;
  14.     durationField;
  15.     deleteButton;
  16.     startDateField;
  17.     addButton;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. FirstResponder = {
  22.     ACTIONS = {
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. StopWatch = {
  27.     SUPERCLASS = Object;
  28. };
  29. Controller = {
  30.     ACTIONS = {
  31.     inspectClients:;
  32.     compactClients:;
  33.     add:;
  34.     inspectExpenses:;
  35.     inspect:;
  36.     saveAs:;
  37.     generateDetail:;
  38.     delete:;
  39.     export:;
  40.     editTemplate:;
  41.     appDidInit:;
  42.     inspectSessions:;
  43.     selectClient:;
  44.     showInfo:;
  45.     undelete:;
  46.     preferences:;
  47.     buttonHandler:;
  48.     closeMonth:;
  49.     modify:;
  50.     browseClient:;
  51.     import:;
  52.     };
  53.     OUTLETS = {
  54.     stopwatch;
  55.     preferences;
  56.     undeleteButton;
  57.     browser;
  58.     clientMenuItem;
  59.     expenseMenuItem;
  60.     addMenuItem;
  61.     infoPanel;
  62.     activeClient;
  63.     startButton;
  64.     deleteButton;
  65.     sessionMenuItem;
  66.     startMenuItem;
  67.     description;
  68.     modifyMenuItem;
  69.     elapsedTimeField;
  70.     window;
  71.     appIconView;
  72.     };
  73.     SUPERCLASS = Object;
  74. };
  75.